home *** CD-ROM | disk | FTP | other *** search
/ Xenosoft 1 / Xenosoft 1 (Game collection)(1994).iso / ps.zip / PACIFIC2.ADV < prev    next >
Text File  |  1994-04-25  |  1KB  |  31 lines

  1. REM Pacific Strike by Origin
  2. REM Set BLACK and RED switches to DIGITAL.
  3. REM Select JOYSTICK for stick control. Throttle is keyboard.
  4.       
  5. GAME 2 120       REM Game type 2; 120 ms delay
  6. BTN UB w         REM Weapon select
  7. BTN MB F1        REM Return to front view
  8. BTN LB n         REM Brings up nav map
  9. BTN HU KP8       REM Pan up
  10. BTN HR KP6       REM Pan right
  11. BTN HD KP2       REM pan down
  12. BTN HL KP4       REM Pan left
  13.  
  14. BTN 1 CTL B      REM Opens the top and jumps out!!!!
  15. BTN 2 F6         REM Cycles Through External views of all planes.
  16. BTN 3 t          REM Target select
  17. BTN 4 CTL t      REM Ground Target Select
  18. BTN 5 f          REM Flaps
  19. BTN 6 b          REM Brakes
  20. RKR UP G         REM Gun Selection
  21. RKR DN G         REM Gun Selection
  22. THR 9 1 1 2 3 4 5 6 7 8 9 0
  23.  
  24. rem NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR THE
  25. rem MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT       THRUSTMASTER
  26. rem TO INQUIRE ABOUT UPGRADING TO THE NEW CHIP AND MICROCODE!!!!
  27. rem How can you tell if you have the new chip and microcode?  At the C:\MARK2
  28. rem Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it says "File not found
  29. rem then you have the old microcode version that uses DOWNLOAD.EXE instead.
  30.     
  31.